home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form MiniMize
- BorderStyle = 0 'None
- Caption = "MiniMize"
- ClientHeight = 255
- ClientLeft = 9495
- ClientTop = 8655
- ClientWidth = 2205
- LinkTopic = "Form2"
- ScaleHeight = 255
- ScaleWidth = 2205
- ShowInTaskbar = 0 'False
- Begin VB.Frame Frame1
- BackColor = &H80000012&
- BorderStyle = 0 'None
- Caption = "Frame1"
- Height = 255
- Left = 240
- TabIndex = 0
- Top = 0
- Width = 1695
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = " ErrorR Macro Shop"
- BeginProperty Font
- Name = "Comic Sans MS"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H8000000E&
- Height = 255
- Left = 0
- MouseIcon = "MiniMize.frx":0000
- MousePointer = 99 'Custom
- TabIndex = 1
- Top = 0
- Width = 1695
- End
- End
- Begin VB.Timer Timer1
- Interval = 1
- Left = 1680
- Top = 360
- End
- Begin VB.Label Label3
- BackStyle = 0 'Transparent
- Caption = " +"
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 0
- MouseIcon = "MiniMize.frx":030A
- MousePointer = 99 'Custom
- TabIndex = 3
- Top = 0
- Width = 255
- End
- Begin VB.Label Label2
- BackStyle = 0 'Transparent
- Caption = " X"
- BeginProperty Font
- Name = "Comic Sans MS"
- Size = 9.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 1920
- MouseIcon = "MiniMize.frx":045C
- MousePointer = 99 'Custom
- TabIndex = 2
- Top = 0
- Width = 255
- End
- Attribute VB_Name = "MiniMize"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- StayOnTop Me
- Call FormShade_Grey(MiniMize)
- End Sub
- Private Sub Label1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
- FormMove Me
- End Sub
- Private Sub Label2_Click()
- End Sub
- Private Sub Label3_Click()
- MiniMize.Timer1.Enabled = False
- MiniMize.Hide
- Form49.Show
- End Sub
- Private Sub Timer1_Timer()
- Call Label_MovieCredit(Label1, Label1)
- Label1.ForeColor = &H8000000E
- Call LabelTypewriter(Label1, Label1)
- End Sub
-